Filter hook 'blog_option_{$option}'
in WP Core File wp-includes/ms-blogs.php at line 377
Description
Filters a blog option value. The dynamic portion of the hook name, `$option`, refers to the blog option name.
Occurrences
Filename |
Line Number |
wp-includes/ms-blogs.php |
377 |
Parameters
Type |
Name |
Description |
string |
$value |
The option value. |
int |
$id |
Blog ID. |
PHP Doc
/**
* Filters a blog option value.
*
* The dynamic portion of the hook name, `$option`, refers to the blog option name.
*
* @since 3.5.0
*
* @param string $value The option value.
* @param int $id Blog ID.
*/